home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / ispell / doc / ljr.usenetmessage < prev    next >
Text File  |  1992-11-19  |  2KB  |  60 lines

  1. Subject: ISpell
  2.  
  3. Description: Interactive Spelling Checker with ARexx Server Mode for the Amiga
  4.  
  5. Version: 3.3LJR [with ARexx Server Mode]
  6.  
  7. Requires: AmigaOS 2.04 or later
  8.  
  9. Long_Description:
  10. Plainly speaking, ISpell is a spelling checker with a few features
  11. you don't get anywhere else...
  12. Most importantly, unlike the unix spell program, ISpell is interactive.
  13.  
  14. ISpell v3.3LJR can be used in two major modes:
  15.  
  16. 1. Original Interactive Mode (does not require ARexx):
  17. This mode will allow the user to interactively spell check and correct a
  18. text document.  Regular expression lookup of word patterns is possible.
  19. All operations are *fast* because ISpell uses an in-core hash table of
  20. words (i.e. no disk access once we get going).  This mode is considered
  21. obsolete by myself.  There are some problems related to window size
  22. (due to original port job) and usage from workbench (conversion to
  23. SAS/C from MANX) that I have never bothered to fix.  ISpell hooked to a
  24. good text editor via ARexx just works so much better that it seems not
  25. worth the effort...
  26.  
  27. 2. ARexx Server Mode (of course ARexx server mode requires ARexx):
  28. This mode allows the end user to hook ISpell up to text
  29. editors and other things that need a spell checking service.
  30. Regular expression lookup of word patterns is also possible
  31. in ARexx Server Mode.  This mode appears to be even faster than
  32. the above mode, because ISpell stays in memory waiting for requests ---
  33. the mumble, mumble (500K) hash file only has to be loaded into
  34. memory once at startup time.
  35.  
  36. Currently supported ARexx commands:
  37. Add, QuickAdd, Check, QuickCheck, FileCheck, ExtendedFileCheck, Lookup,
  38. Version, Exit.
  39.  
  40. ARexx macros are provided for
  41. GUISpell 1.1 (package now included),
  42. CygnusEd Professional v2.12,
  43. TurboText (when used with GUISpell - Thanks Christopher A. Wichura),
  44. TurboText (with plain ISpell - Thanks Willy G. J. Langeveld),
  45. mg3beta4 or later(Thanks Mike Meyer!),
  46. GNU EMACS (Thanks Steve Koren!),
  47. VLT v5.517 or later,
  48. WShell, and the command line.
  49.  
  50. From man/readme.old:
  51. ``My eternal gratitude to the author of ispell -- I don't know how I
  52. ever lived without it.  I received his permission to post ispell to
  53. the net...'' - Walt Buehring [a long time ago]
  54. Permission to freely distribute for non-profit use is hereby granted.
  55. Fred Fish is welcome and encouraged to place this on a ><> Disk.
  56.  
  57. Loren J. Rittle
  58. rittle@comm.mot.com
  59. Fri Nov 20 01:20:41 1992
  60.